To be able to edit code and run cells, you need to run the notebook yourself. Where would you like to run the notebook?

In the cloud (experimental)

Binder is a free, open source service that runs scientific notebooks in the cloud! It will take a while, usually 2-7 minutes to get a session.

On your computer

(Recommended if you want to store your changes.)

  1. Copy the notebook URL:
  2. Run Pluto

    (Also see: How to install Julia and Pluto)

  3. Paste URL in the Open box

Frontmatter

If you are publishing this notebook on the web, you can set the parameters below to provide HTML metadata. This is useful for search engines and social media.

Author 1

Slider

👀 Reading hidden code
184 μs

I should run once:

👀 Reading hidden code
187 μs
👀 Reading hidden code
@bind x Slider(5:15) #asdf
227 ms
5
👀 Reading hidden code
10.5 μs
0.42384516123583726
👀 Reading hidden code
sleep(1); x; rand()
1.0 s

I should run twice:

👀 Reading hidden code
194 μs
👀 Reading hidden code
@bind y html"<input>"
46.7 ms
missing
👀 Reading hidden code
10.5 μs
0.6122780971731823
👀 Reading hidden code
sleep(1); y; rand()
1.0 s
👀 Reading hidden code
begin
let
env = mktempdir()
import Pkg
Pkg.activate(env)
Pkg.update()
Pkg.add(Pkg.PackageSpec(;name="PlutoUI", version=v"0.5.2"))
end
using PlutoUI
end
We haven't cleaned this depot up for a bit, running Pkg.gc()...
❔
  Activating new project at `/tmp/jl_YXLezn`
    Updating registry at `~/.julia/registries/General.toml`
  No Changes to `/tmp/jl_YXLezn/Project.toml`
  No Changes to `/tmp/jl_YXLezn/Manifest.toml`
      Active manifest files: 9803 found
      Active artifact files: 256 found
      Active scratchspaces: 14 found
     Deleted no artifacts, repos, packages or scratchspaces
   Resolving package versions...
   Installed PlutoUI ─ v0.5.2
    Updating `/tmp/jl_YXLezn/Project.toml`
  [7f904dfe] + PlutoUI v0.5.2
    Updating `/tmp/jl_YXLezn/Manifest.toml`
  [7f904dfe] + PlutoUI v0.5.2
  [2a0f44e3] + Base64
  [d6f4376e] + Markdown
Precompiling project...
PlutoUI
  1 dependency successfully precompiled in 1 seconds
24.0 s